@@ -37,7 +37,7 @@ |
||
| 37 | 37 |
<ConfirmationsSetting value="0" id="Add" /> |
| 38 | 38 |
<ConfirmationsSetting value="0" id="Remove" /> |
| 39 | 39 |
</component> |
| 40 |
- <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="JDK" project-jdk-type="JavaSDK"> |
|
| 40 |
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8 (1)" project-jdk-type="JavaSDK"> |
|
| 41 | 41 |
<output url="file://$PROJECT_DIR$/build/classes" /> |
| 42 | 42 |
</component> |
| 43 | 43 |
<component name="ProjectType"> |
@@ -93,7 +93,7 @@ public class SessionInteractor implements Callback{
|
||
| 93 | 93 |
public void run() {
|
| 94 | 94 |
fetchPhotoTask(); |
| 95 | 95 |
} |
| 96 |
- },2000,1000); |
|
| 96 |
+ },1000,200); |
|
| 97 | 97 |
} |
| 98 | 98 |
|
| 99 | 99 |
private void fetchPhotoTask(){
|